home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / SPX20.ZIP / RAD.ZIP / RAD.INI < prev    next >
Text File  |  1993-09-27  |  998b  |  49 lines

  1. ;
  2. ; RAD.INI
  3. ;
  4. ; Configuration File for RAD version 1.0
  5. ; Copyright 1993 Scott Ramsay
  6. ;
  7. ; Lines beginning with a semicolon are comments.
  8. ; You may customize to your liking.  Parameters are case-insensitive.
  9.  
  10. ; P1ACTIVE - if player one (blue) is playing.
  11. ;  0 - not playing
  12. ;  1 - playing (default)
  13. p1active=1
  14.  
  15. ; P2ACTIVE - if player two (red) is playing.
  16. ;  0 - not playing
  17. ;  1 - playing (default)
  18. p2active=1
  19.  
  20. ; MAXSHOT - number of shots players can use at one time
  21. ;   8 - (default)
  22. maxShot=8
  23.  
  24. ; MAXROCK - maximum number of rocks at one time
  25. ;  10 - (default)
  26. maxRock=5
  27.  
  28. ; MAXBIRD - maximum number of birds at one time
  29. ;  3 - (default)
  30. maxBird=3
  31.  
  32. ; MAXBIRD2 - maximum number of birds type 2
  33. ;  5 - (default)
  34. maxBird2=5
  35.  
  36. ; MAXTANK - maximum number of tanks
  37. maxTank=5
  38.  
  39. ; TANKPER - percentage that a tank will shoot
  40. ;  0  - never
  41. ; 20  - (default)
  42. ; 100 - many
  43. tankPer=20
  44.  
  45. ; USESHADOW - use object shadows 
  46. ;   0 - no
  47. ;   1 - yes (default)
  48. useShadow=1
  49.